/*  CSS Table Design
Author: Stanislav Filev
Theme: Stainless Steel: Stenli Style
URL: http://www.stenli.net

----------------------------------------------- */
table {
	border: 1px solid #999999;
	background-color: #f6f6f6;
	color: #000;
}

caption {
	text-align:center;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 3px 0;
	padding-left: 6px;
	background: url(images/icon_red.jpg) no-repeat 317px 5px;
}

/* =links
----------------------------------------------- */
table a { color:#2177c7; text-decoration: none;}
table a:link {color:2177c7;}
table a:visited { color: 2177c7;}
table a:hover {color:d90000;}

/* thead tbody tfoot
----------------------------------------------- */

thead th, tfoot th, tfoot td ,tbody th,tbody td {
	color: #4a4a4a;
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left:1px solid #eee;
	border-bottom: 1px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	line-height: 1.6;
}

thead th, tfoot th, tfoot td {
	background-color: #eaeaea;
	font-weight: bold;
	text-align:center;
	color: #5a5a5a;
}
tfoot td { text-align:right }
tbody th {
	white-space: nowrap;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/* Visual and hover effects */
.odd td { }